home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gnu / zoneinfo / src / leapseco < prev    next >
Text File  |  1996-01-30  |  832b  |  29 lines

  1. # @(#)leapseconds    4.1
  2.  
  3. # Allowance for leapseconds added to each timezone file.
  4.  
  5. # The correction (+ or -) is made at the given time, so lines
  6. # will typically look like:
  7. #    Leap    YEAR    MON    DAY    23:59:60    +    R/S
  8. # or
  9. #    Leap    YEAR    MON    DAY    23:59:59    -    R/S
  10.  
  11. # If the leapsecond is Rolling (R) the given time is local time
  12. # If the leapsecond is Stationary (S) the given time is GMT
  13.  
  14. # Leap    YEAR    MONTH    DAY    HH:MM:SS    CORR    R/S
  15. Leap    1972    Jun    30    23:59:60    +    S
  16. Leap    1972    Dec    31    23:59:60    +    S
  17. Leap    1973    Dec    31    23:59:60    +    S
  18. Leap    1974    Dec    31    23:59:60    +    S
  19. Leap    1975    Dec    31    23:59:60    +    S
  20. Leap    1976    Dec    31    23:59:60    +    S
  21. Leap    1977    Dec    31    23:59:60    +    S
  22. Leap    1978    Dec    31    23:59:60    +    S
  23. Leap    1979    Dec    31    23:59:60    +    S
  24. Leap    1981    Jun    30    23:59:60    +    S
  25. Leap    1982    Jun    30    23:59:60    +    S
  26. Leap    1983    Jun    30    23:59:60    +    S
  27. Leap    1985    Jun    30    23:59:60    +    S
  28. Leap    1987    Dec    31    23:59:60    +    S
  29.